home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / qmsj_461.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-07-08  |  9.0 KB  |  288 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "QMSJ_461.PPD"
  12. *LanguageVersion: English
  13. *Product: "(PS Jet)"
  14. *PSVersion: "(46.1) 3"
  15. *ModelName: "QMS PS Jet"
  16. *NickName: "QMS PS Jet v46.1"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *FreeVM: "412988"
  25. *LanguageLevel: "1"
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *OpenUI *PageSize: PickOne
  98. *OrderDependency: 30 AnySetup *PageSize
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "statusdict /lettertray get exec"
  101. *PageSize Legal: "statusdict /legaltray get exec"
  102. *PageSize A4: "statusdict /a4tray get exec"
  103. *PageSize B5: "statusdict /b5tray get exec"
  104. *CloseUI: *PageSize
  105.  
  106. *OpenUI *PageRegion: PickOne
  107. *OrderDependency: 40 AnySetup *PageRegion
  108. *DefaultPageRegion: Letter
  109. *PageRegion Letter: "letter"
  110. *PageRegion Legal: "legal"
  111. *PageRegion A4: "a4"
  112. *PageRegion B5: "b5"
  113. *CloseUI: *PageRegion
  114.  
  115. *DefaultImageableArea: Letter
  116. *ImageableArea Letter: "18 8 593 784"
  117. *ImageableArea Legal: "18 19 593 990"
  118. *ImageableArea A4: "18 18 577 824"
  119. *ImageableArea B5: "8 14 506 715"
  120. *?ImageableArea: "
  121. save
  122.   /cvp {(                ) cvs print ( ) print } bind def
  123.   /upperright {10000 mul floor 10000 div} bind def
  124.   /lowerleft {10000 mul ceiling 10000 div} bind def
  125.   newpath clippath pathbbox
  126.   4 -2 roll exch 2 {lowerleft cvp} repeat
  127.   exch 2 {upperright cvp} repeat flush
  128.  restore
  129. "
  130. *End
  131.  
  132. *DefaultPaperDimension: Letter
  133. *PaperDimension Letter: "612 792"
  134. *PaperDimension Legal: "612 1008"
  135. *PaperDimension A4: "595 842"
  136. *PaperDimension B5: "516 729"
  137.  
  138. *RequiresPageRegion All: True
  139. *OpenUI *InputSlot: PickOne
  140. *OrderDependency: 20 AnySetup *InputSlot
  141. *DefaultInputSlot: Cassette
  142. *InputSlot Cassette: ""
  143. *CloseUI: *InputSlot
  144.  
  145. *OpenUI *ManualFeed: Boolean
  146. *OrderDependency: 20 AnySetup *ManualFeed
  147. *DefaultManualFeed: False
  148. *ManualFeed True: "statusdict /manualfeed true put"
  149. *ManualFeed False: "statusdict /manualfeed false put"
  150. *?ManualFeed: "
  151. save
  152.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  153. restore
  154. "
  155. *End
  156. *CloseUI: *ManualFeed
  157.  
  158. *DefaultOutputOrder: Reverse
  159.  
  160. *% Font Information =====================
  161. *DefaultFont: Courier
  162. *Font Courier: Standard "(001.004)" Standard ROM
  163. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  164. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  165. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  166. *Font Helvetica: Standard "(001.001)" Standard ROM
  167. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  168. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  169. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  170. *Font Symbol: Special "(001.001)" Special ROM
  171. *Font Times-Bold: Standard "(001.001)" Standard ROM
  172. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  173. *Font Times-Italic: Standard "(001.001)" Standard ROM
  174. *Font Times-Roman: Standard "(001.001)" Standard ROM
  175. *?FontQuery: "
  176. save
  177.  /str 100 string dup 0 (fonts/) putinterval def
  178.  {
  179.    count 1 gt
  180.    {
  181.      exch dup str 6 94 getinterval cvs
  182.      (/) print print (:) print
  183.      FontDirectory exch known
  184.      {(Yes)}{(No)} ifelse =
  185.    }
  186.    {exit} ifelse
  187.  }bind loop
  188.  (*) = flush
  189. restore
  190. "
  191. *End
  192.  
  193. *?FontList: "
  194.  FontDirectory { pop == } bind forall flush
  195.  (*) = flush
  196. "
  197. *End
  198.  
  199. *% Printer Messages (verbatim from printer):`
  200. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  201. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  202. *Message: "\FontName\ not found, using Courier"
  203.  
  204. *% Status (format: %%[ status: <one of these> ]%% )
  205. *Status: "idle"
  206. *Status: "busy"
  207. *Status: "waiting"
  208. *Status: "printing"
  209. *Status: "warming up"
  210. *Status: "PrinterError: timeout, clearing printer"
  211. *Status: "PrinterError: paper entry misfeed"
  212. *Status: "PrinterError: warming up"
  213. *Status: "PrinterError: no toner cartridge"
  214. *Status: "PrinterError: service call"
  215. *Status: "PrinterError: cover open"
  216. *Status: "PrinterError: resetting printer"
  217. *Status: "PrinterError: out of paper"
  218. *Status: "PrinterError: timeout"
  219. *Status: "PrinterError: manual feed timeout"
  220. *Status: "PrinterError: no paper tray"
  221.  
  222. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  223. *Source: "serial9"
  224. *Source: "serial25"
  225. *Source: "AppleTalk"
  226. *Source: "Centronics"
  227.  
  228. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  229. *PrinterError: "timeout, clearing printer"
  230. *PrinterError: "paper entry misfeed"
  231. *PrinterError: "warming up"
  232. *PrinterError: "no toner cartridge"
  233. *PrinterError: "service call"
  234. *PrinterError: "cover open"
  235. *PrinterError: "resetting printer"
  236. *PrinterError: "out of paper"
  237. *PrinterError: "timeout"
  238. *PrinterError: "manual feed timeout"
  239. *PrinterError: "no paper tray"
  240.  
  241. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  242.  
  243. *% Color Separation Information =====================
  244.  
  245. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  246.  
  247. *InkName: ProcessBlack/Process Black
  248. *InkName: CustomColor/Custom Color
  249. *InkName: ProcessCyan/Process Cyan
  250. *InkName: ProcessMagenta/Process Magenta
  251. *InkName: ProcessYellow/Process Yellow
  252.  
  253. *% For 60 lpi / 300 dpi =====================================================
  254.  
  255. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  256. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  257. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  258. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  259. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  260.  
  261. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  262. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  263. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  264. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  265. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  266.  
  267. *% For 53 lpi / 300 dpi =====================================================
  268.  
  269. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  270. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  271. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  272. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  273. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  274.  
  275. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  276. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  277. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  278. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  279. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  280.  
  281. *% For "PS Jet" version 46.1
  282. *% Produced by "GETapd.ps" version 2.0 edit 47
  283. *% Converted to meet 4.0 specification
  284. *% Last Edit Date: Sep 15 1992
  285. *% The byte count of this file should be exactly 008908 or 009192
  286. *% depending on the filesystem it resides in.
  287. *% end of PPD file for PS Jet
  288.